home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 18 / Grapevine 18 (Disk 1 of 3).adf / GVInstall.script < prev    next >
Text File  |  1993-12-11  |  949b  |  37 lines

  1. ; Grapevine Issue 18 HD Install Script (1.0)
  2.  
  3. alert "Grapevine Issue 18 HardDisk Install%c%cVersion 1.1a"
  4. alert "Please note, you will need more that 1mb of%c%cmemory to run Grapevine from a harddisk."
  5. select "dh0:gv18"
  6. space "2500" ; 2.5mb
  7. message "Installing Grapevine into `%s/'"
  8.  
  9. mkdir "%s"
  10.  
  11. copyifno "Gv18a:Libs/reqtools.library" "dh0:libs/reqtools.library"
  12. copy "GV18a:#?" "%s/"
  13. copy "GV18b:#?" "%s/"
  14. copy "GV18c:#?" "%s/"
  15.  
  16. openfile "%s/Grapevine18"
  17. writetofile "assign gv18a: %s/"
  18. writetofile "assign gv18b: %s/"
  19. writetofile "assign gv18c: %s/"
  20. writetofile "gv18a:gv18"
  21. closefile ""
  22.  
  23. delete "%s/GV18.info"
  24. delete "%s/HDInstall.info"
  25. delete "%s/disk.info"
  26.  
  27. makeicon "%s/Grapevine18.info"
  28.  
  29. closemessage ""
  30.  
  31. alert "%cI Haven't installed any of the%cDEVS or L directories%cI assume you already have these%c"
  32. alert "%cNone of the sources etc. have been installed%cYou know where they are if you need them!%c"
  33. alert "%cInstall Complete%c"
  34.  
  35. end ""
  36.  
  37.